home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-11-20 | 348 b | 10 lines | [TEXT/ttxt] |
- on mouseUp
- answer "Are you cool?" with "Yes" or "No"
- if it is "Yes" then
- ask "What makes you so cool?"
- answer "You think that saying" && quote & it & quote && "makes you cool?" with "Yup"
- answer "OK, I guess you're cool." with "I know"
- else
- answer "You can say that again."
- end if
- end mouseUp